home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / frame_636 / PlaceObject2_428_1362 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2010-11-09  |  303b  |  16 lines

  1. onClipEvent(enterFrame){
  2.    this.swapDepths(10000000000);
  3.    if(_root.wea._currentframe == 2 or _root.wea._currentframe == 6)
  4.    {
  5.       this.gotoAndStop(2);
  6.    }
  7.    else if(_root.wea._currentframe == 3)
  8.    {
  9.       this.gotoAndStop(3);
  10.    }
  11.    else
  12.    {
  13.       this.gotoAndStop(1);
  14.    }
  15. }
  16.